home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / etc / conf.d / esound < prev    next >
Text File  |  2005-10-20  |  737b  |  29 lines

  1. # Config file for /etc/init.d/esound
  2.  
  3. # Note: You need to start esound on boot, only if you want to use it over network.
  4.  
  5. # Warning: To use global esound daemon, you must also set spawn_options
  6. # in /etc/esd/esd.conf to the same protocol (i. e. add "-tcp") and unset
  7. # "Enable sound server startup" in gnome-sound-properties for all users
  8. # and optionally handle authentization.
  9.  
  10. # For more see "esd -h".
  11.  
  12.  
  13. # Startup options
  14.  
  15. # Do not beep on start. Free device after 2 sec.
  16. ESD_START="-nobeeps -as 2"
  17.  
  18.  
  19. # Network behavior. Use one of following.
  20.  
  21. # Local only (useful for root-only soundcard access)
  22. #ESD_OPTIONS=""
  23.  
  24. # Public TCP access.
  25. ESD_OPTIONS="-tcp -public"
  26.  
  27. # TCP access with bind to address.
  28. #ESD_OPTIONS="-tcp -bind $HOSTNAME"
  29.